home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / MarsEdit 1.0.dmg / MarsEdit.app / Contents / Resources / MarsEdit Help / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-12-10  |  615 b   |  35 lines

  1. body {
  2.     line-height: 1.3em;
  3.     font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;
  4.     font-size: 0.75em;
  5.      }
  6. .note {
  7.     background-color: #F0F3FF;
  8.     line-height: 1.3em;
  9.     color: #060606;
  10.     padding-right: 8px;
  11.     padding-bottom: 5px;
  12.     padding-left: 8px;
  13.     padding-top: 3px;
  14.     border-top-width: 1px;
  15.     border-bottom-width: 1px;
  16.     border-right-width: 1px;
  17.     border-left-width: 1px;
  18.     border-style: solid;
  19.     border-color: #C0C3CF;
  20.     margin-left: 1em;
  21.     margin-right: 5em;
  22.     }
  23. .uiname {
  24.     font-weight: bold;
  25.     color: #663300;
  26.     }
  27. code {
  28.     color: #006600;
  29.     }
  30. h1, h2, h3, h4 {
  31.     color: #032588;
  32.     }
  33. .screenshot {
  34.     margin-left: 1em;
  35.     }